{gridName}_single_date

specifies the format of dates in columns with id='start_date' or id='end_date'

dateDatethe date which needs formatting

Available only in PRO Edition

Example

scheduler.templates.grid_single_date = function(date){
    return scheduler.templates.day_date(date)+" "+this.event_date(date);
};

Applicable views:Grid View
Details

The template requires the grid_view plugin to be activated.

See also
Back to top